﻿		/* 本例子css */
		.slideBox{height:50px; overflow:hidden; position:relative;}
		.slideBox .hd{height:15px; overflow:hidden; margin-top:-8px; text-align:right; position:relative; width:1210px;}
		.slideBox .hd ul{overflow:hidden; float:right}
		.slideBox .hd ul li{float:left; margin-right:2px;  width:36px; height:5px; line-height:5px; text-align:center; background:#fff; cursor:pointer; overflow:hidden}
		.slideBox .hd ul li.on{background:#7abd54; color:#fff;}
		.slideBox .bd{position:relative; height:100%; z-index:0;} 
		.slideBox .bd li{zoom:1; vertical-align:middle; background:#999}
		.slideBox .bd img{display:block;}

.header-content 
{
 	margin: 0;
	padding: 0;
	float: left;
	width: 750px; 
	line-height: 22px;
	position: relative;
    z-index: 1; background:url(../images/header-background.jpg) no-repeat; overflow:hidden; 
	 
	 
	-webkit-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
	box-shadow: inset 0px 10px 8px -10px rgba(0,0,0,0.5), inset 0px -10px 8px -10px rgba(0,0,0,0.4);
}
.header-content.home { 
	height: 331px;
}
.home .header-content {background: #d54515 url(../images/slider-gradient-bg.png) repeat-y 50% 0;}
/*.header-content-wrap {width: 940px; margin: 0 auto;}*/
.header-content img {float: left; margin: 0 0 0 15px;}
.header-content .text {width:370px; margin-left: 50%; *width:330px;}
.header-content .copy {font-size: 14px; line-height: 21px; padding-right: 15px ; color:#FFFFFF}
.header-content .button {width: 100% !important;}
.header-content .button a {padding-top: 7px; padding-bottom: 7px; font-size: 14px; display: inline-block;}
/*#slider .text {width: 417px;}*/
/*fix the button position for the slide*/
.header-content .button {float: none;}
 
.header-content .align-bottom {position: absolute; bottom: 0px;}
/* => Slider <= */
#slider-wrap
{
    background: url(../images/header-background1.png) repeat-x 0% 0;
    height:364px; 
}
#slider 
{
    background: url(../images/header-background2.png) repeat-x 0% 0;
    height:331px;
    padding-top: 0px;
}
/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    text-indent:-9999px;
    width:38px;
    height:38px;
    background:url("../images/sprite.png") -263px -122px no-repeat;
    position:absolute;
    top:50%;
    margin-top:-19px;
    z-index:999;
    opacity:.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
		
		display: none
    }
.slider-prev{left:12px;}
.slider-next 
{
    right:12px;
    background-position:-302px -122px;
}  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:1;
}
/* => SLIDER NAV o o o <= */    
.slider-nav 
{
    position:absolute;
    bottom:5px;
    left:50%;
    list-style:none;
    overflow:hidden;
    padding:2px;
    z-index:10;
		margin: 0;
}
.slider-nav li
{
    float:left;
    
}
.slider-nav li a
{
   display:block;
   width:8px;
   height:8px;
   overflow:hidden;
   padding:0px;
   margin:8px;
   background:url("../images/sprite.png") no-repeat -234px -144px;
   _background:url("../images/li2.gif") no-repeat 0 0;
   text-decoration:none;
   text-indent:-999px;
}
.slider-nav li a:hover,
.slider-nav li a.selected
{
    background-position:-225px -144px;
	 _background:url("../images/li1.gif") no-repeat 0 0; 
}
/* => HOLY SLIDES <= */
.slider section {display: none;}
.slider section.first {display: block;}
.slider-sections, .slider-sections section {width:750px; height: 331px;}
.slider-sections {margin: 0 auto; position: relative;}
.slider-sections section {position: absolute; top: 0; left: 0px;}
.slider-sections img{padding:30px 0px 0 40px;}
.header-content h2 
{
	font:400 22px/1.2 "microsoft yahei", Tahoma, arial, sans-serif;
	color: #fff;
	margin: 0 0 26px; padding-top:40px;
}
.header-content p 
{
    margin: 0 0 30px;
}
.header-content .centered-content
{
	padding-top: 30px;
	padding-bottom: 10px;
}
.button {
	float: left;
	width: auto !important;
	list-style: none;
}
	.button a,
	.button button,
	.button input { /* Standard black button */
	  font-size: 15px;
	  /*font-family: 'lucida sans',arial,helvetica,sans-serif;*/
	  line-height: 18px;
		color: #fff !important;
		
	  text-decoration: none;
	    
	  padding: 5px 14px 6px 13px;
		display: block;
		width: auto;
		position: relative;
		z-index: 2;
   
	    border: none;
        -moz-border-radius: 3px;
		border-radius: 3px;
		cursor: pointer;
	
		background: #cc9a55; /* Old browsers */
		background: -moz-linear-gradient(top, #cc9a55 0%, #7e592c 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #cc9a55 0%,#7e592c 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #cc9a55 0%,#7e592c 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #cc9a55 0%,#7e592c 100%); /* IE10+ */
		background: linear-gradient(top, #cc9a55 0%,#7e592c 100%); /* W3C */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	
	
 
	
	
	.button a:hover,
	.button input:hover,
	.button button:hover,
	.button a:focus,
	.button input:focus,
	.button button:focus
	{
	  background: #8c6a3a; /* Old browsers */
		background: -moz-linear-gradient(top, #8c6a3a 0%, #583e1e 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #8c6a3a 0%,#583e1e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #8c6a3a 0%,#583e1e 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #8c6a3a 0%,#583e1e 100%); /* IE10+ */
		background: linear-gradient(top, #8c6a3a 0%,#583e1e 100%); /* W3C */
    }
	
	
		.header-content .dimmed {
			  background: #d0362a; /* Old browsers */
		background: -moz-linear-gradient(top, #d0362a 0%, #8f0401 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #d0362a 0%,#8f0401 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #d0362a 0%,#8f0401 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #d0362a 0%,#8f0401 100%); /* IE10+ */
		background: linear-gradient(top, #d0362a 0%,#8f0401 100%); /* W3C */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
}
	.header-content .dimmed:hover {
			  background: #8f251c; /* Old browsers */
		background: -moz-linear-gradient(top, #8f251c 0%, #630301 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, #8f251c 0%,#630301 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #8f251c 0%,#630301 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #8f251c 0%,#630301 100%); /* IE10+ */
		background: linear-gradient(top, #8f251c 0%,#630301  100%); /* W3C */
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
}
    
	header .header-content .button a,
	#content .button a:hover
	{
	    text-decoration: none;
    }
.header-content .beta-ribbons {
    position: absolute; 
    height: 120px;
    width: 85px;
    text-indent: -200px;
    overflow: hidden;
    background: url(../images/kendo-ribbons.png) no-repeat 0 0;
}
.header-content .beta-ribbons.ribbon-1 {
    background-position: -170px 0;
    top: -3px;
    right: -145px;
}
.header-content p.copy .beta-ribbons.ribbon-1 {
    top: -135px;
    left: 900px;
}
.header-content .beta-ribbons.ribbon-4 {
    background-position: -255px 0;
    left: -62px;
    top: -30px;
    z-index: 10;
		text-indent: -2000px;
}